2005-12-27 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
2005-12-27 Matthias Clasen <mclasen@redhat.com>
+ * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
+
* gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
of standard atoms.
2005-12-27 Matthias Clasen <mclasen@redhat.com>
+ * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
+
* gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
of standard atoms.
{
if (!g_value_type_transformable (src_type, dest_type))
{
- g_warning ("Cannot tranform xsetting %s of type %s to type %s\n",
+ g_warning ("Cannot transform xsetting %s of type %s to type %s\n",
xsettings_name,
g_type_name (src_type),
g_type_name (dest_type));